diff --git a/templates/news/paginator.html b/templates/news/paginator.html index 57fbeb1..524c666 100644 --- a/templates/news/paginator.html +++ b/templates/news/paginator.html @@ -4,7 +4,7 @@

{% if page_obj.has_previous %} + title="Go to previous page" rel="prev">< Prev {% endif %} {% for num in paginator.page_range %} {% ifequal num page_obj.number %} @@ -15,7 +15,7 @@ {% endfor %} {% if page_obj.has_next %} + title="Go to next page" rel="next">Next > {% endif %}

diff --git a/templates/packages/search_paginator.html b/templates/packages/search_paginator.html index a748d26..a676626 100644 --- a/templates/packages/search_paginator.html +++ b/templates/packages/search_paginator.html @@ -7,7 +7,7 @@ {% if page_obj.has_previous %} < Prev + title="Go to previous page" rel="prev">< Prev {% else %} < Prev {% endif %} @@ -15,7 +15,7 @@ {% if page_obj.has_next %} Next > + title="Go to next page" rel="next">Next > {% else %} Next > {% endif %}